home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000122_news@watsun.cc.columbia.edu _Fri Jan 15 13:15:31 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA04344
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 15 Jan 1999 13:15:30 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA29610
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 15 Jan 1999 13:06:30 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Problem with a script
  11. Date: 15 Jan 1999 18:06:29 GMT
  12. Organization: Columbia University
  13. Message-ID: <77o035$st7$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. In article <77nt11$s9h$1@sparky.wolfe.net>, Baus <baus@wolfenet.com> wrote:
  17. : I am attempting to run the following script, blatanly stolen from my Using
  18. : MS-DOS book for 3.11 although I am probably actually using 2.32.  I think
  19. : because of memory issues.  The problem is in the initial attempt to connect,
  20. : seconds after the receiving PC answers, the PC running the script thinks it
  21. : failed and goes to the redial loop.  It does connect on the first redial
  22. : attemp.
  23. All bets are off when you try to run a script written for a later software
  24. version on an earlier one.
  25.  
  26. The current version of MS-DOS Kermit is 3.15 and its scripting capabilities
  27. are much more advanced.  If you actually have Windows 95/98/NT, then you
  28. should be using Kermit 95 anyway, which has a built-in DIAL command, so you
  29. don't need this kind of script at all.
  30.  
  31. Assuming you are running DOS, try installing the current version of MS-DOS
  32. Kermit.  If you're tight on memory, choose the "medium" version, which has
  33. TCP/IP and Tektronix sripped out.
  34.  
  35. Then if you have further difficulties, send details to:
  36.  
  37.   kermit-support@columbia.edu
  38.  
  39. - Frank